home *** CD-ROM | disk | FTP | other *** search
/ The C64 Sensations 2 / The C-64 Sensations - Volume 2.iso / c / noclick.doc < prev    next >
Text File  |  1979-02-07  |  3KB  |  97 lines

  1.  
  2.                --- NoClick, Copyright (C) 1992, 1993 EQU ---
  3.  
  4. Preface
  5. =======
  6.  
  7. If you have used my tool before, you can skip these
  8. parts and just jump to the 'Changes' part.
  9. The purpose of the utility is to disable the click sound that an
  10. diskdrive makes if it has no disk in it. Notice that every (DF0-DF4)
  11. diskdrive will be 'NoClicked'.
  12. If the program is re-executed the diskdrive will restart to click.
  13.  
  14. Requirements
  15. ============
  16.  
  17. Any model of the Amiga will do that is equipped with one or more
  18. diskdrives and an OS 2.0 (exec 36) or above.
  19. (!!! NOTICE !!! The statement in the NoClick 1.1 document file was
  20.  absurd as exec.library V37 is in OS 2.1 and not in 2.0 so my excuses)
  21.  
  22. Usage
  23. =====
  24.  
  25. You can place NoClick in any script file and run it as many
  26. times as you wish. I ran NoClick from the Workbench with the default tooltype
  27. without problems.
  28. (!!! NOTICE !!! The statement in the NoClick 1.1 document file was
  29.  incorrect saying that NoClick couldn't be ran from Workbench,
  30.  but it seems to work on my setup (OS 3.0))
  31.  
  32. Distribution
  33. ============
  34.  
  35. This utility is whatsoever software, so you can do anything you want with it.
  36.  
  37. Last Words
  38. ==========
  39.  
  40. The program is so simple that it's hard to upgrade it in any way,
  41. so the only thing I can do is to fix the occasional bugs found or
  42. improve the code. Ive never sat longer than 1 hour coding this,
  43. so it isnt really a pain in the butt to release one or two
  44. versions a year if there is need to.
  45. Sofar no Compiler-Optimizing has been done as i want to avoid this
  46. as far as possible. The executable is so small that
  47. there is absolutely no sense in packing it with a relocatible cruncher.
  48.  
  49. Changes
  50. =======
  51.  
  52. NoClick 1.0 (Non-public version)
  53.  
  54.          - Initial release.
  55.  
  56. NoClick 1.1 (Jan 21 1993)
  57.  
  58.         - The program, if ran under an older OS than 2.0,
  59.           wouldn't check properly the OS version. Fixed.
  60.         - A little code stripping done, final size 508 bytes
  61.           (Unpacked format)
  62.  
  63. NoClick 1.2 (Jun 28 1993)
  64.  
  65.         - If ran under OS 2.0 the program refused to work,
  66.           cause of my stupid mistake. Fixed.
  67.         - A lot of code approving done and safety/compatibility
  68.           increased.
  69.         - Compiled with SAS/C 6.3
  70.         - A little code stripping done, final size 468 bytes
  71.           (Unpacked format)
  72.  
  73. NoClick 1.3 (Jul 14 1993)
  74.  
  75.         - Total Workbench support added. As I tested MagicWB
  76.           on my A1200, I noticed that NoClick would guru
  77.           if it would have been installed in the WBStartup
  78.           drawer with an supplied icon. Well this took
  79.           quite long to figure out what was wrong with my code
  80.           as NoClick worked from a default icon.
  81.           I found out that Workbench sends out a message
  82.           which has to be captured used or not.
  83.           I also added the CurrentLock function, however Im
  84.           not sure if this was necessery or not as I dont own
  85.           a system reference guide on OS 2.0+.
  86.           (The Icon for NoClick doesnt need !ANY! ToolTypes)
  87.         - Well a disappointment is that the Workbench
  88.           support made the program larger than 512 (~488)
  89.           bytes so it now needs two blocks instead of
  90.           one but I think I will survive this.
  91.           Maybe someday I will have a closer look at the code
  92.           and optimize it down to 512 bytes...
  93.         - Features added, final size 576 bytes
  94.           (Unpacked format)
  95.  
  96. -EOF-
  97.